home *** CD-ROM | disk | FTP | other *** search
- object frmPickMonth: TfrmPickMonth
- Left = 512
- Top = 271
- BorderStyle = bsDialog
- Caption = 'Select Months'
- ClientHeight = 238
- ClientWidth = 263
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 41
- Width = 263
- Height = 2
- Align = alTop
- end
- object cbJanuary: TCheckBox
- Left = 10
- Top = 53
- Width = 97
- Height = 17
- Caption = '&January'
- TabOrder = 0
- end
- object cbFebruary: TCheckBox
- Left = 10
- Top = 77
- Width = 97
- Height = 17
- Caption = 'Fe&bruary'
- TabOrder = 1
- end
- object cbMarch: TCheckBox
- Left = 10
- Top = 101
- Width = 97
- Height = 17
- Caption = '&March'
- TabOrder = 2
- end
- object cbApril: TCheckBox
- Left = 10
- Top = 125
- Width = 97
- Height = 17
- Caption = '&April'
- TabOrder = 3
- end
- object cbMay: TCheckBox
- Left = 10
- Top = 149
- Width = 97
- Height = 17
- Caption = 'Ma&y'
- TabOrder = 4
- end
- object cbJune: TCheckBox
- Left = 10
- Top = 173
- Width = 97
- Height = 17
- Caption = 'J&une'
- TabOrder = 5
- end
- object cbJuly: TCheckBox
- Left = 141
- Top = 53
- Width = 97
- Height = 17
- Caption = 'Ju&ly'
- TabOrder = 6
- end
- object cbAugust: TCheckBox
- Left = 141
- Top = 77
- Width = 97
- Height = 17
- Caption = 'Au&gust'
- TabOrder = 7
- end
- object cbSeptember: TCheckBox
- Left = 140
- Top = 101
- Width = 82
- Height = 17
- Caption = '&September'
- TabOrder = 8
- end
- object cbOctober: TCheckBox
- Left = 140
- Top = 125
- Width = 97
- Height = 17
- Caption = '&October'
- TabOrder = 9
- end
- object cbNovember: TCheckBox
- Left = 139
- Top = 149
- Width = 97
- Height = 17
- Caption = 'No&vember'
- TabOrder = 10
- end
- object cbDecember: TCheckBox
- Left = 139
- Top = 173
- Width = 97
- Height = 17
- Caption = '&December'
- TabOrder = 11
- end
- object comOk: TButton
- Left = 103
- Top = 209
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 12
- OnClick = comOkClick
- end
- object comCancel: TButton
- Left = 183
- Top = 209
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 13
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 263
- Height = 41
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 14
- object imgSched: TImage
- Left = 224
- Top = 4
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 209
- Height = 29
- TabStop = False
- BorderStyle = bsNone
- Color = clWhite
- Lines.Strings = (
- 'Select the month(s) that apply.')
- ReadOnly = True
- TabOrder = 0
- end
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMTA'
- Left = 16
- Top = 197
- TargetsData = (
- 1
- 4
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- 'TMemo'
- 'Text'
- 0))
- end
- end
-